html {
    overflow-x: hidden
}

body, input, textarea, select, button {
    color: #333;
    background: #f3f8fb;
}

body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, div, fieldset, form, textarea, input {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6, i, em, b {
    font-style: normal;
    font-weight: normal;
    font-size: 100%
}

img {
    border: 0 none
}

input, textarea {
    outline: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

::-webkit-scrollbar {
    display: none;
}

.clear {
    zoom: 1
}

.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

textarea {
    resize: none
}

em, cite, th {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse
}

dl, ol, dt, dd, ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: #111;
    text-decoration: none
}

a:hover {
    color: #f00;
    text-decoration: underline
}

a.red, .red {
    color: #F00;
    text-decoration: none
}

a:hover.red {
    color: #F00;
    text-decoration: underline
}

a:link {
    text-decoration: none;
    color: #333
}

a:visited {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none;
    color: #333
}

a:active {
    text-decoration: none;
    color: #333;
    background-color: transparent !important
}

a:hover, a:active, a:focus, a:visited {
    -webkit-tap-highlight-color: rgba(51, 136, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

.display-none {
    display: none !important
}

.bo0 {
    border: none
}

.clear {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 1px
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.flashing {
    animation: opacityAnimation 3s linear infinite;
    -webkit-animation: opacityAnimation 3s linear infinite;
}

header {
    overflow: hidden;
    z-index: 9999;
}

header .top-bar {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

header .top-bar h1, header .top-bar h2 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #39f;
    height: 2.6111rem;
    line-height: 2.6111rem;
    font-size: 1.0611rem;
}

header .top-bar a.back {
    position: absolute;
    left: 0.6rem;
    top: 6px;
    width: 2rem;
    height: 2rem;
    background: url(https://static.tianqibao.com/static/images/mobile/prev.png) no-repeat 0.12rem 0.12rem;
    background-size: 1.5rem 1.5rem;
}

header .top-bar a.menu-icon {
    position: absolute;
    right: 0.8rem;
    top: 6px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(https://static.tianqibao.com/static/images/menu.png) no-repeat 0.12rem 0.12rem;
    background-size: 1.5rem 1.5rem;
}

header .sub-menu {
    display: none;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    top: 40px;
    height: 100%;
    max-width: 640px;
}

header .sub-menu dl {
    display: block;
    line-height: 26px;
    overflow-y: visible;
    padding: 5px 0 2.5% 2.5%;
    width: 100%;
}

header .sub-menu dl dt,
header .sub-menu dl dd {
    display: block;
    clear: both;
    overflow: hidden;
}

header .sub-menu dl dt {
    margin-top: 0.5rem;
}

header .sub-menu dl a {
    float: left;
    width: 30%;
    height: 26px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 1.5% 1.5% 0;
    color: #666;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

header .sub-menu dl dt a {
    color: #333;
    border: none;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

header .sub-menu dl a.on {
    border: 1px solid #f99;
    color: #f66;
}

/*// 内容样式表*/
.wrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.card-box {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
}

.card-box-title {
    font-size: 0.8rem;
    color: #333333;
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.card-box-title .more {
    font-size: 12px;
    margin-top: 3px;
    float: right;
    color: #6a6a6a;
}

.card-box-body {
    padding: 15px;
}

.card-box-body .detail {
    line-height: 32px;
    padding-top: 15px;
}

.card-box-body .container dt {
    margin-top: 1.11111rem;
    padding-left: 1.11111rem;
    overflow: hidden;
    color: #333;
}

.card-box-body .container dd {
    margin-left: 2.14815rem;
    margin-right: 0.74074rem;
    padding: 0.88889rem 0 0.88889rem 0;
    line-height: 1.66667rem;
    text-align: justify;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
}

.card-box-body .container dd:last-of-type {
    border: none;
}

.weather-link {
    clear: both;
    display: flex;
    height: 30px;
    padding: 5px 15px;
}

.weather-link a {
    width: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.weather-link a h3 {
    float: left;
    margin-left: 5px;
}

.card-box .youbian-desc {
    height: 60px;
    background: linear-gradient(90deg, #ffffff 1%, #f2f7ff, #ffffff 99%);
    border: 1px solid #dae9ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 13px auto 20px;
}

.card-box .youbian-desc .num {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #067feb;
    line-height: 28px;
    letter-spacing: 1px;
}


.card-box .weather-more {
    overflow: hidden;
}

.temp-head {
    display: inherit!important;
    width: 100%;
    padding: 0 0 1rem;
}

.temp-head .area-time {
    background: #eee;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.temp-head .area-time .local {
    float: inherit !important;
    display: flex;
    align-items: center;
}

.temp-head .area-time .local h1 {
    font-size: 12px;
}

.temp-head .area-time .local a {
    display: block;
    /*height: 0.45rem;*/
    /*line-height: .45rem;*/
    font-size: 12px;
    color: #333;
    background: inherit;
    background-size: 16px;
    padding: 0;
}

.temp-head .area-time .local a>span {
    color: #3388ff;
    font-size: 12px;
    margin-left: 5px;
}

.temp-head .area-time p {
    font-size: 12px;
    color: #999;
    margin-right: 0.2rem;
}

.temp-head .area-temp {
    display: block;
    height: 80px;
    position: relative;
    flex: 1;
    padding: 10px 0;
    background-color: #fff;
}

.temp-head .area-temp dt {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0px 0px 0 18px;
}

.temp-head .area-temp dt img {
    display: block;
    width: 100%;
    margin-top: 0;
}

.temp-head .area-temp dd {
    display: -webkit-box;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.temp-head .area-temp dd span {
    display: inline;
    padding-right: 10px;
}

.temp-head .area-temp dd.now {
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 6px;
}

.temp-head .area-temp dd.now b {
    font-weight: bold;
    color: #111;
    padding-right: 2px;
}


.temp-head .area-temp dd.now i {
    font-size: 14px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    border-radius: 20px;
    background: #ff8b03 url(/static/wap2018/add1/warn01.png) no-repeat 10px center;
    background-size: 14px;
    text-indent: 28px;
    margin: 4px 0 0 6px;
}


.temp-head .area-temp dd.now em {
    display: inline;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    margin-right: 5px;
}

.temp-head .area-temp dd.now b {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 9px;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    top: -0.08rem;
}

.temp-head .area-temp dd.txt {
    padding: 0px 0 0 0px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 15px;
}

.temp-head .area-temp .txt>div {
    display: flex;
    align-items: center;
    width: 32%;
}

.temp-head .area-temp .txt>div:first-child {
    margin-right: 0.2rem;
    width: 35%;
}

.temp-head .area-temp dd.txt b {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 9px;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}

.temp-head .area-temp dd.down {
    display: block;
    position: absolute;
    top: 7px;
    right: 3%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    z-index: 999;
    border-radius: 5px;
    background: #3388ff;
}

.temp-head .area-temp dd.down a {
    display: block;
    width: 80%;
    text-align: center;
    padding-top: 5px;
}

.temp-head .area-temp dd.down img {
    height: 55px
}

.temp-head .today_weather{
    width: 3.9rem;
    height: 1.48rem;
    background: #E6F0FF;
    border-radius: 1.24rem 0 0 1.24rem;
    font-size: 12px;
    color: #3388FF!important;
    text-align: center;
    line-height: 1.48rem;
    position: absolute;
    right: 0px;
    top: 22px;
}


ul.news-list {
    display: block;
    clear: both;
    padding: 0 0.6rem;
}

ul.news-list li {
    display: block;
    clear: both;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    /*height: 0.68rem;*/
    /*line-height: 0.68rem;*/
    /*font-size: 0.32rem;*/
    overflow: hidden;
}

ul.news-list li a:before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    float: left;
    width: 5px;
    height: 5px;
    margin: 0.8rem 0.5rem 0 0;
    vertical-align: middle;
}


.news-list-pic {
    overflow: hidden;
    clear: both;
    margin: 10px 0 0 0;
}

.news-list-pic li {
    display: block;
    clear: both;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: none;
}

.news-list-pic li i {
    float: left;
    width: 108px;
    height: 70px;
    overflow: hidden;
    margin-right: 0.6rem;
    background-color: #f7f7f7;
}

.news-list-pic li i img {
    display: block;
    clear: both;
    width: 108px;
    min-height: 70px;
    border-radius: 3px;
}

.news-list-pic li h5 {
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    padding-top: 0;
    width: auto;
}

.news-list-pic li span {
    float: left;
    font-size: 0.8rem;
    color: #999;
    overflow: hidden;
    padding-top: 0.6rem;
    height: 1rem;
    display: inline-block;
}

.news-list-pic li span b {
    padding: 0.02rem 0.1rem;
    border: 1px solid #b2b2b2;
    margin-left: 0.2rem;
    border-radius: 0.08rem
}

article {
    padding:15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

article h1.title {
    display: block;
    clear: both;
    line-height: 1.6rem;
    font-size: 1.2rem;
    color: #111;
    font-weight: bold;
}

article div.times {
    display: block;
    color: #999;
    font-size: 12px;
    margin: 10px 0;
    border-bottom: 0px solid #eee;
}

article div.content {
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #111;
    overflow: hidden;
    position: relative;
}

article div.content img {
    display: block;
    max-width: 90%;
    max-height: 70%;
    border-radius: 5px;
    margin: 0.8rem auto;
}

h1, h2 {
    font-size: 2.0em;
    margin: 0 0 .3em 0;
}

.eye {
    margin-left: 25px;
}

.eye i {
    margin-right: 10px;
}

.tags {
    margin-left: 20px;
}

.tags .r-tag {
    margin-left: 5px;
}

.intro {
    color: #ccc;
}

.intro h1 {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.intro span {
    margin-right: 10px;
    color: #999;
    font-size: 14px;
}

.intro span.type {
    color: #999;
    background-color: #f6f6f6;
    float: left;
    font-size: 14px;
    padding: 1px 8px;
    cursor: pointer;
    overflow: hidden;
}

.commentList {
    padding: 20px;
    font-size: 14px;
    line-height: 2em;
}

.commentList h1,.commentList h2,.commentList h3 {
    margin-bottom: 10px;
}

.commentList li {
    overflow: hidden;
    margin-bottom: 10px;;
    border-bottom: #eee 1px solid;
}

.commentList li .avatar {
    width: 50px;
}

.commentList li .avatar, .commentList li .comment-items {
    display: inline-block;
}

.commentList li .time {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
}

.commentList li .avatar img {
    width: 38px;
    border-radius: 10%;
}

.commentList li .comment-items {
    width: 100%;
    padding-bottom: 15px;
}

.commentList li .comment-items pre {
    margin: 0 0 10px;
}

.commentList li .comment-items p {
    font-size: 14px;
    line-height: 2em;
}

.commentList li .comment-items a {
    font-weight: bold;
    margin: 0 5px;
}

.commentList .comment-items p code {
    padding:2px 8px;
    margin: 0 2px;
}

/*// 尾部样式表*/
footer {
    display: block;
    clear: both;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    font-size: 12px;
    background: #323232;
    margin-top: 10px;
}

footer a, footer p, footer i {
    color: #999 !important;
}
